home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / SML⁄NJ 93+ / Documentation / examples / textbooks / reade / README < prev   
Encoding:
Text File  |  1995-12-30  |  722 b   |  23 lines  |  [TEXT/R*ch]

  1. The files in this directory contain definitions mentioned in
  2.  
  3.    "Elements of Functional Programming" by Chris Reade
  4.     published by Addison Wesley, 1989
  5.  
  6.  
  7. chrisprelude.ML
  8.     defines a structure Chrisprelude (referred to as just Prelude in the book)
  9.     with some general purpose functions.
  10.  
  11. charpics.ML
  12.     defines a structure Charpics (using Chrisprelude) with an abstract type
  13.     picture for forming character pictures.
  14.  
  15. life.ML
  16.     defines a structure Life (using Chrisprelude) with functions for calculating
  17.     generations in Conway's game of life.
  18.  
  19. bintree.ML
  20.     defines a datatype operator bintree along with some related functions and
  21.     uses Charpics in addition to Chrisprelude to form pictures of trees.
  22.  
  23.